home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000332_news@columbia.edu _Wed Feb 21 08:46:25 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by monire.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id IAA25850
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Wed, 21 Feb 2001 08:46:24 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA01728
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 21 Feb 2001 08:46:24 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id IAA19488
  10.     for kermit.misc@watsun.cc.columbia.edu; Wed, 21 Feb 2001 08:43:56 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: "Joe H. Gallagher" <dtrwiz@ix.netcom.com>
  13. Subject: Re: "can't open connection" K95 error
  14. Date: Wed, 21 Feb 2001 08:39:25 -0500
  15. Organization: MindSpring Enterprises
  16. Message-ID: <3A93C505.15905A5C@ix.netcom.com>
  17. To: kermit.misc@columbia.edu
  18.  
  19. Frank da Cruz wrote:
  20. > In article <3A8D714F.4FC99117@ix.netcom.com>,
  21. > Joe H. Gallagher <dtrwiz@ix.netcom.com> wrote:
  22. > : Kermit-95 Version 1.1.20 (upgraded from 1.1.11 via 1.1.17)
  23. > : hp 733Mhz machine
  24. > : OS: Microsoft ME
  25. > : Serial ports on com1 and com2
  26. > : Lucent Technologies (new) V90 "software modem" on com3.
  27. > :
  28. > : Hyperterm works on com3.
  29. > : Can access the Internet on com3.
  30. > : Can access an external modem on com1 using Kermit-95.
  31. > :
  32. > : However, when trying to access com3 with Kermit-95 with
  33. > : SET PORT or SET LINE, I get
  34. > :
  35. > :       Sorry, can't open connection: com3: Invalid argument.
  36. > : or
  37. > :       Sorry, can't open connection: com3: Bad file descriptor.
  38. > :
  39. > : How do I set up the operating system or configure Kermit
  40. > : so that Kermit-95 can "talk to" this "software modem"?
  41. > : Is there some way to tell Kermit about the special
  42. > : driver for this modem?  Its as though Kermit-95 is
  43. > : incompatible with this kind of "softare modem"?!?!
  44. > :
  45. > If it's a "software modem" then you almost certainly have to
  46. > access it by its Windows Control Panel name, not by the PC
  47. > device name.  Try:
  48. >   set tapi line
  49. > rather than:
  50. >   set port com3
  51. > - Frank
  52.  
  53. Thanks, Frank.
  54.  
  55. "set tapi line" does indeed do the trick.  In fact, entering
  56.  
  57.     K-95> set tapi line ?
  58.  
  59. gives me the name (and correct spelling) of the intermediate
  60. device driver -- which in this case was LUCENT_WIN_MODEM.
  61.  
  62. Again, thanks.
  63.  
  64. Joe H. Gallagher